@charset "utf-8";

/* head */
.headbox{background: #fff;border-top: 5px solid #004d99;}
.headbox .logo{float: left;padding: 35px 0;}
.headbox .logo p{font-size: 36px;font-weight: 600;line-height: 40px;white-space: nowrap;padding-bottom: 10px;color: #000;}
.headbox .logo p span{color: #f24f18;}
.headbox .logo strong{font-size: 30px;color: #f24f18;line-height: 60px;}
.headbox .logo em{display: block;font-size: 18px;color: #666;line-height: 20px;text-align: center;font-style: normal;padding: 0 50px;position: relative;}
.headbox .logo em i{display: inline-block;padding: 0 5px;font-style: normal;}
.headbox .logo em::before,
.headbox .logo em::after{content: "";width: 45px;height: 1px;background: #ccc;position: absolute;top: 50%;}
.headbox .logo em::before{left: 0;}
.headbox .logo em::after{right: 0;}

.headbox .telbox{padding: 40px 100px 40px 55px;float: right;position: relative;}
.headbox .telbox em{width: 40px;height: 40px;background: #f24f18 url(../images/icon1.png) center no-repeat;border-radius: 20px;position: absolute;left: 0;top: 50%;margin-top: -20px;}
.headbox .telbox p{white-space: nowrap;font-size: 30px;line-height: 30px;font-weight: 600;color: #f24f18;}
.headbox .telbox img{width: 100px;position: absolute;right: -5px;top: 50%;margin-top: -50px;}

@media only screen and (max-width:1024px){
.headbox{height: 60px;border: none;box-shadow: 0 5px 15px rgba(0,0,0,.1);position: fixed;left: 0;top: 0;z-index: 999999;}
.headbox .page_main_box{width: 100%;}
.headbox .logo{padding: 0 15px;}
.headbox .logo strong{display: block;}
.headbox .logo p,
.headbox .logo em,
.headbox .telbox{display: none;}
}
@media only screen and (max-width:768px){
.headbox{height: 50px;}
.headbox .logo{padding: 0 10px;}
.headbox .logo strong{line-height: 50px;}
}

/* nav */
.navbox ul li{position: relative;z-index: 1;}
.navbox ul li a{display: block;width: 100%;line-height: 20px;padding: 0 5px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.navbox ul li.active{z-index: 5;}

@media only screen and (min-width:1025px){
.navbox{width: 100%;height: 0;position: relative;z-index: 9;}
.navbox .page_max_box{height: 50px;background: #084499;position: absolute;left: 0;top: 0;}
.navbox ul{height: 100%;display: -webkit-box;display: -moz-box;display: -webkit-flex;display: flex;flex-wrap: nowrap;}
.navbox ul li{width: 12.5%;height: 100%;float: left;flex-shrink: 0;text-align: center;position: relative;z-index: 1;}
.navbox ul li > a{color: #fff;font-size: 15px;position: relative;padding: 15px 5px;}
.navbox ul li > em{display: block;position: absolute;width: 100%;height: 0;left: 0;top: 100%;margin-top: 20px;color: #f24f18;overflow: hidden;}
.navbox ul li > em svg{height: 18px;font-size: 16px;}

.navbox ul li dl{width: 100%;border-radius: 5px;box-shadow: 0 2px 10px rgba(0,0,0,.2);position: absolute;left: 0;top: 150%;margin-top: 20px;opacity: 0;z-index: 1;background: rgba(255,255,255,.25);}
.navbox ul li dl dd{position: relative;z-index: 1;}
.navbox ul li dl dd > a{height: 0;color: #fff;background: rgba(10,70,150,.9);}
.navbox ul li dl dd:first-child > a{border-radius: 5px 5px 0 0;}
.navbox ul li dl dd:last-child > a{border-radius: 0 0 5px 5px;}

.navbox ul li dl dd div{min-width: 150px;padding: 0 10px;background: #fff;border: 0px solid #ddd;border-radius: 5px;box-shadow: 0 2px 10px rgba(0,0,0,.1);position: absolute;left: 100%;top: 0;margin-left: 10px;opacity: 0;}
.navbox ul li dl dd div a{text-align: left;height: 0;border-top: 0 dotted #ccc;}
.navbox ul li dl dd div a:first-child{border: none;}
.navbox ul li dl dd em{width: 0;height: 100%;position: absolute;left: 100%;top: 0;margin-left: 11px;overflow: hidden;z-index: -1;}
.navbox ul li dl dd em i{width: 20px;height: 20px;background: #f24f18;position: absolute;left: 7px;top: 50%;margin-top: -10px;-webkit-transform: rotateZ(45deg);-moz-transform: rotateZ(45deg);transform: rotateZ(45deg);}

.navbox ul li dl dd:hover{z-index: 5;}
.navbox ul li dl dd:hover > a{background: #f24f18;}
.navbox ul li dl dd:hover div{padding: 4px 14px;border-width: 1px;opacity: 1;}
.navbox ul li dl dd:hover div a{height: 35px;padding: 7px 5px;border-top-width: 1px;}
.navbox ul li dl dd:hover em{width: 11px;margin-left: 0;}

.navbox ul li.active > a{font-weight: 600;background: #f24f18;}
.navbox ul li:hover > em{height: 20px;padding-top: 2px;margin-top: 0px;}
.navbox ul li:hover dl{opacity: 1;top: 100%;}
.navbox ul li:hover dl dd > a{padding: 10px 5px;height: 40px;margin-top: 1px;}
.navbox ul li:hover dl dd:first-child > a{margin: 0;}
}
@media only screen and (min-width:1251px){
.navbox .page_max_box{height: 55px;}
.navbox ul li > a{font-size: 16px;line-height: 25px;}
.navbox ul li dl{width: 160px;left: 50%;margin-left: -80px;}
}
@media only screen and (max-width:1024px){
.navbox{width: 100%;height: 0;overflow: hidden;background:#292d33;position:fixed;left: 0;top:0;z-index: 99999;}
.navbox.nav_on{height:100%;}

.navbox ul{width:100%;height:calc(100vh - 130px);overflow-y:auto;position:absolute;left:0;top:70px;padding:0 2%;flex-wrap: wrap;}
.navbox ul li{width:100%;border-bottom:1px solid rgba(255,255,255,.2);-webkit-transition: .5s;transition: .5s;position: relative;}
.navbox ul li > a{line-height: 50px;padding: 0 10px;font-size: 15px;color: #fff;}
.navbox ul li > span{display: block;width: 50px;height: 50px;position: absolute;top: 0;right: 0;text-align: center;line-height: 50px;color: rgba(255,255,255,.5);font-size: 16px;z-index: 0;}
.navbox ul li > span svg{height: 50px;line-height: 50px;}

.navbox ul li dl{display: block;width: 100%;position: absolute;left: 0;top: 100%;background: #ff8126;opacity: 0;overflow: hidden;}
.navbox ul li dl dd{background: #fff;position: relative;}
.navbox ul li dl dd > a{line-height: 40px;height: 0;background: #ff661a;padding: 0 15px;color: #fff;}
.navbox ul li dl dd em{width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
.navbox ul li dl dd div{width: 100%;padding: 0 5px 0 15px;overflow: hidden;}
.navbox ul li dl dd div a{width: auto;height: 0;line-height: 20px;padding: 0 14px;background: #fafafa;border: 0 solid #ddd;border-radius: 3px;float: left;margin-right: 10px;}
.navbox ul li dl dd:hover > a{background: #ff8126;font-weight: 600;}
.navbox ul li dl dd:hover em{width: 0;}
.navbox ul li dl dd:hover div{padding: 15px 15px 5px;}
.navbox ul li dl dd:hover div a{height: 30px;border-width: 1px;margin-bottom: 10px;padding: 4px 14px;}
.navbox ul li dl dd:hover div a:hover{font-weight: 600;color: #ff661a;}

.navbox ul li.active > a{color: #ff661a;font-weight: 600;}
.navbox ul li.dl_show > span{-webkit-transform: rotateZ(-180deg);-moz-transform: rotateZ(-180deg);transform: rotateZ(-180deg);color: #fff;}
.navbox ul li.dl_show dl{opacity: 1;}
.navbox ul li.dl_show dl dd{margin-bottom: 1px;}
.navbox ul li.dl_show dl dd > a{height: 40px;}
}
@media only screen and (max-width:768px){
.navbox ul{height:calc(100vh - 120px);top:60px;}
}

/*banner*/
.banner{padding-top: 55px;}
.bannerpic{padding-bottom: 450px;}

@media only screen and (max-width:1250px){
.banner{padding-top: 50px;}
.bannerpic{padding-bottom: 36%;}
}
@media only screen and (max-width:1024px){
.banner{padding-top: 60px;}
}
@media only screen and (max-width:768px){
.banner{padding-top: 50px;}
}

/* search */
.searchbox{padding: 20px 0;background: #004d99;}
.searchbox .txtbox{width: 68%;padding: 8px 0 8px 100px;position: relative;float: left;line-height: 20px;color: #fff;}
.searchbox .txtbox .tit{position: absolute;left: 0;top: 50%;margin-top: -10px;}
.searchbox .txtbox p{width: 100%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.searchbox .txtbox p a{color: #fff;}
.searchbox .txtbox p a:hover{color: #ff8126;}

.searchbox .search{width: 30%;max-width: 360px;float: right;position: relative;}
.searchbox .search p{width: 100%;background: #fff;border-radius: 20px;padding: 10px 15px 8px;}
.searchbox .search p input{display: block;width: 100%;line-height: 18px;}
.searchbox .search em{width: 70px;height: 100%;background: #f24f18;border-radius: 20px;position: absolute;right: 0;top: 0;z-index: 5;}
.searchbox .search em input{display: block;width: 100%;height: 100%;background: url(../images/icon2.png) center no-repeat;cursor: pointer;}
.searchbox .search span{width: 70px;height: 100%;position: absolute;right: 0;top: 0;z-index: 6;cursor: pointer;}
.searchbox .search:hover span{width: 0;}
.searchbox .search em:hover{background: #ff661a;}

@media only screen and (max-width:1024px){
.searchbox{padding-bottom: 10px;}
.searchbox .search{width: 100%;max-width: 100%;}
.searchbox .search em,
.searchbox .search span{width: 80px;}
.searchbox .txtbox{width: 100%;padding-left: 85px;margin-top: 5px;}
.searchbox .txtbox p{overflow-x: auto;text-overflow: clip;}
}
@media only screen and (max-width:425px){
.searchbox{padding: 15px 0 5px;}
.searchbox .search p{padding: 8px 15px 6px;}
.searchbox .search em,
.searchbox .search span{width: 65px;}
.searchbox .txtbox{margin: 0;}
}

/* foot */
.footbox{color: rgba(255,255,255,.75);line-height: 30px;background:#2d2d2d;}
.footbox a{color: rgba(255,255,255,.75);}
.footbox a:hover{color: #ff661a;}

.footbox .txt_con{padding: 70px 0;}
.footbox .txt_con .titl{width: 100%;padding-bottom: 25px;color: #fff;font-size: 18px;line-height: 20px;}
.footbox .txt_con .list a{display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;padding-right: 10px;}
.footbox .txt_con .hotline{padding: 0 0 20px 60px;position: relative;line-height: 1;}
.footbox .txt_con .hotline em{width: 50px;height: 50px;background: url(../images/icon13.png) center no-repeat;border: 3px solid #f24f18;border-radius: 25px;position: absolute;left: 0;top: 0;}
.footbox .txt_con .hotline span{display: block;padding-left: 3px;line-height: 15px;}
.footbox .txt_con .hotline p{font-size: 35px;white-space: nowrap;color: #ff661a;height: 35px;padding-top: 3px;}

.footbox .txt_con .txt{width: 20%;float: left;flex-shrink: 0;padding: 0 2.5% 0 4%;border-left: 1px solid rgba(255,255,255,.1);position: relative;}
.footbox .txt_con .txt::after{content: "";width: 3px;height: 20px;background: #f24f18;position: absolute;left: -2px;top: 0;}
.footbox .txt_con .txt.txt1 .list p{width: 50%;max-width: 90px;float: left;}
.footbox .txt_con .txt2,
.footbox .txt_con .txt3{width: 16%;}
.footbox .txt_con .txt4{width: 33%;padding-right: 0;}

.footbox .txt_con .ewm{width: 15%;float: left;flex-shrink: 0;}
.footbox .txt_con .ewm .con{max-width: 150px;float: right;}
.footbox .txt_con .ewm .con p{background: #fff;text-align: center;}
.footbox .txt_con .ewm .con p img{width: 100%;}
.footbox .txt_con .ewm .con p span{color: #666;position: relative;top: -8px;line-height: 20px;}

.footbox .bottom{width: 100%;padding: 25px 0;line-height: 25px;text-align: center;background: #191919;}
.footbox .bottom p{display: inline-block;padding: 0 3px;}
.footbox .bottom .p_tech{white-space: nowrap;}
.footbox .bottom .txt2 p{line-height: 20px;padding: 5px 3px;}

@media only screen and (max-width:1440px){
.footbox .txt_con{padding: 60px 1%;}
.footbox .txt_con .txt{padding-left: 3.5%;}
.footbox .txt_con .txt2,
.footbox .txt_con .txt3{width: 17%;}
.footbox .txt_con .txt4{width: 31%;}
}
@media only screen and (max-width:1250px){
.footbox .txt_con{padding: 50px 0 45px 1%;}
.footbox .txt_con .titl{padding-bottom: 20px;}
.footbox .txt_con .txt1{width: 24%;}
.footbox .txt_con .txt2,
.footbox .txt_con .txt3{width: 20%;}
.footbox .txt_con .txt4{width: 36%;}
.footbox .txt_con .ewm{display: none;}
}
@media only screen and (max-width:1024px){
.footbox .txt_con{display: none;}
}
@media only screen and (max-width:768px){
.footbox .bottom{padding: 20px 0;}
.footbox .bottom p,
.footbox .bottom .txt1,
.footbox .bottom .txt2{display: inline;}
}
@media only screen and (max-width:480px){
.footbox .bottom{padding: 15px 0;}
}